const github.com/gotd/td/internal/mtproto.maxPast

3 uses

	github.com/gotd/td/internal/mtproto (current package)
		handle_session_created.go#L27: 	if (created.Before(now) && now.Sub(created) > maxPast) || created.Sub(now) > maxFuture {
		read.go#L23: 	maxPast   = time.Second * 300
		read.go#L42: 	if created.Before(now) && now.Sub(created) > maxPast {